com.justhis.util.exception
Class LogicException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.justhis.util.exception.LogicException
All Implemented Interfaces:
java.io.Serializable

public class LogicException
extends java.lang.Exception

TODO

Version:
$Revision: 1.1 $
Author:
acai
See Also:
Serialized Form

Constructor Summary
LogicException()
          Creates a new LogicException object.
LogicException(java.lang.String message)
          Creates a new LogicException object.
LogicException(java.lang.String message, java.lang.Throwable cause)
          Creates a new LogicException object.
LogicException(java.lang.Throwable cause)
          Creates a new LogicException object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogicException

public LogicException()
Creates a new LogicException object.


LogicException

public LogicException(java.lang.String message)
Creates a new LogicException object.

Parameters:
message - TODO

LogicException

public LogicException(java.lang.Throwable cause)
Creates a new LogicException object.

Parameters:
cause - TODO

LogicException

public LogicException(java.lang.String message,
                      java.lang.Throwable cause)
Creates a new LogicException object.

Parameters:
message - TODO
cause - TODO


Copyright © 2003 EastNetworks.Net(China)Co.,Ltd.. All Rights Reserved.